Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISheets Interface / Item Property / Item(String[]) Property
An array of string values indicates the sheet names.


In This Topic
    Item(String[]) Property
    In This Topic
    Gets the specified ISheet objects by the sheet names.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal ParamArray names() As String _
    ) As ISheets
    'Usage
     
    
    Dim instance As ISheets
    Dim names() As String
    Dim value As ISheets
     
    value = instance.Item(names)
    ISheets Item( 
       params string[] names
    ) {get;}

    Parameters

    names
    An array of string values indicates the sheet names.

    Property Value

    The ISheet objects which has the specified names.
    See Also